Html Css Color HEX #CBE552 Conifer

📋 copy color: '#CBE552'

red 203 ◦ green 229 ◦ blue 82

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

Shades of Conifer #CBE552

Tints of Conifer #CBE552

RGB

 RED value IS 203 (79.69% from 255) = 39.49%

 GREEN value IS 229 (89.84% from 255) = 44.55%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 39.49%
G = 44.55%
B = 15.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#CBE552 (or 0xCBE552) is known color: Conifer. HEX triplet: CB, E5 and 52. RGB value is (203,229,82). Sum of RGB (Red+Green+Blue) = 203+229+82=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE552 is #341AAD. Grayscale: #CDCDCD. Windows color (decimal): -3414702 or 5432779. OLE color: 5432779.

HSL color Cylindrical-coordinate representation of color #CBE552: hue angle of 70.61º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBE552 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 82 -
CMYK 0.11 0 0.64 0.10
HSL 70.61º 0.74% 0.61% -
HSV(B) 70.61º 0.64% 0.9% -
XYZ 54.17 69.34 18.51 -
YUV 204.47 58.89 126.95 -
System Red Green Blue C M Y K H S L
Decimal 203 229 82 0.11 0 0.64 0.10 70.61 0.74 0.61
Hex CB E5 52 B 0 40 A 47 4A 3D
Octal 313 345 122 13 0 100 12 107 112 75
Binary 11001011 11100101 1010010 1011 0 1000000 1010 1000111 1001010 111101

Color Harmonies of #CBE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE552

Black with #CBE552

Text Example


Text Example

White with #CBE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE552; }

 p { color: rgb(203,229,82); }

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

background-color css

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

 a { background-color: rgb(203,229,82); }

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

border-color css

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

 span { border-color: rgb(203,229,82); }

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