Html Css Color HEX #CFE13F Pear

📋 copy color: '#CFE13F'

red 207 ◦ green 225 ◦ blue 63

#CFE13F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CFE13F

Tints of Pear #CFE13F

RGB

 RED value IS 207 (81.25% from 255) = 41.82%

 GREEN value IS 225 (88.28% from 255) = 45.45%

 BLUE value IS 63 (25% from 255) = 12.73%

R = 41.82%
G = 45.45%
B = 12.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE13F (or 0xCFE13F) is known color: Pear. HEX triplet: CF, E1 and 3F. RGB value is (207,225,63). Sum of RGB (Red+Green+Blue) = 207+225+63=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE13F is #301EC0. Grayscale: #C9C9C9. Windows color (decimal): -3153601 or 4186575. OLE color: 4186575.

HSL color Cylindrical-coordinate representation of color #CFE13F: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFE13F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 63 -
CMYK 0.08 0 0.72 0.12
HSL 66.67º 0.73% 0.56% -
HSV(B) 66.67º 0.72% 0.88% -
XYZ 53.55 67.47 14.9 -
YUV 201.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 207 225 63 0.08 0 0.72 0.12 66.67 0.73 0.56
Hex CF E1 3F 8 0 48 C 43 49 38
Octal 317 341 77 10 0 110 14 103 111 70
Binary 11001111 11100001 111111 1000 0 1001000 1100 1000011 1001001 111000

Color Harmonies of #CFE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE13F

Black with #CFE13F

Text Example


Text Example

White with #CFE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE13F; }

 p { color: rgb(207,225,63); }

 H1.HeaderClassName
 {
   color: #CFE13F;
 }
 .AnyTagClassName
 {
   color: #CFE13F;
 }
</style>

background-color css

<style>
 a { background-color: #CFE13F; }

 a { background-color: rgb(207,225,63); }

 div.DivClassName
 {
   background-color: #CFE13F;
 }
 .BgClassName
 {
   background-color: #CFE13F;
 }
</style>

border-color css

<style>
 span { border-color: #CFE13F; }

 span { border-color: rgb(207,225,63); }

 td.TdClassName
 {
   border-color: #CFE13F;
 }
 .TagClassName
 {
   border-color: #CFE13F;
 }
</style>