Html Css Color HEX #CFF129 Pear

📋 copy color: '#CFF129'

red 207 ◦ green 241 ◦ blue 41

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

Shades of Pear #CFF129

Tints of Pear #CFF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

 BLUE value IS 41 (16.41% from 255) = 8.38%

R = 42.33%
G = 49.28%
B = 8.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CFF129 (or 0xCFF129) is known color: Pear. HEX triplet: CF, F1 and 29. RGB value is (207,241,41). Sum of RGB (Red+Green+Blue) = 207+241+41=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF129 is #300ED6. Grayscale: #D0D0D0. Windows color (decimal): -3149527 or 2748879. OLE color: 2748879.

HSL color Cylindrical-coordinate representation of color #CFF129: hue angle of 70.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF129 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 41 -
CMYK 0.14 0 0.83 0.05
HSL 70.2º 0.88% 0.55% -
HSV(B) 70.2º 0.83% 0.95% -
XYZ 57.59 76.34 13.8 -
YUV 208.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 207 241 41 0.14 0 0.83 0.05 70.2 0.88 0.55
Hex CF F1 29 E 0 53 5 46 58 37
Octal 317 361 51 16 0 123 5 106 130 67
Binary 11001111 11110001 101001 1110 0 1010011 101 1000110 1011000 110111

Color Harmonies of #CFF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF129

Black with #CFF129

Text Example


Text Example

White with #CFF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF129; }

 p { color: rgb(207,241,41); }

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

background-color css

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

 a { background-color: rgb(207,241,41); }

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

border-color css

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

 span { border-color: rgb(207,241,41); }

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