Html Css Color HEX #CFE134 Pear

📋 copy color: '#CFE134'

red 207 ◦ green 225 ◦ blue 52

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

Shades of Pear #CFE134

Tints of Pear #CFE134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 42.77%
G = 46.49%
B = 10.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#CFE134 (or 0xCFE134) is known color: Pear. HEX triplet: CF, E1 and 34. RGB value is (207,225,52). Sum of RGB (Red+Green+Blue) = 207+225+52=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE134 is #301ECB. Grayscale: #C8C8C8. Windows color (decimal): -3153612 or 3465679. OLE color: 3465679.

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

Color convert

RGB 207 225 52 -
CMYK 0.08 0 0.77 0.12
HSL 66.24º 0.74% 0.54% -
HSV(B) 66.24º 0.77% 0.88% -
XYZ 53.28 67.36 13.44 -
YUV 199.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 207 225 52 0.08 0 0.77 0.12 66.24 0.74 0.54
Hex CF E1 34 8 0 4D C 42 4A 36
Octal 317 341 64 10 0 115 14 102 112 66
Binary 11001111 11100001 110100 1000 0 1001101 1100 1000010 1001010 110110

Color Harmonies of #CFE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE134

Black with #CFE134

Text Example


Text Example

White with #CFE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE134; }

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

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

background-color css

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

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

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

border-color css

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

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

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