Html Css Color HEX #CBED71 Sulu

📋 copy color: '#CBED71'

red 203 ◦ green 237 ◦ blue 113

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

Shades of Sulu #CBED71

Tints of Sulu #CBED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.86%

 BLUE value IS 113 (44.53% from 255) = 20.43%

R = 36.71%
G = 42.86%
B = 20.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#CBED71 (or 0xCBED71) is known color: Sulu. HEX triplet: CB, ED and 71. RGB value is (203,237,113). Sum of RGB (Red+Green+Blue) = 203+237+113=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED71 is #34128E. Grayscale: #D5D5D5. Windows color (decimal): -3412623 or 7466443. OLE color: 7466443.

HSL color Cylindrical-coordinate representation of color #CBED71: hue angle of 76.45º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBED71 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 113 -
CMYK 0.14 0 0.52 0.07
HSL 76.45º 0.78% 0.69% -
HSV(B) 76.45º 0.52% 0.93% -
XYZ 57.89 74.46 26.94 -
YUV 212.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 203 237 113 0.14 0 0.52 0.07 76.45 0.78 0.69
Hex CB ED 71 E 0 34 7 4C 4E 45
Octal 313 355 161 16 0 64 7 114 116 105
Binary 11001011 11101101 1110001 1110 0 110100 111 1001100 1001110 1000101

Color Harmonies of #CBED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED71

Black with #CBED71

Text Example


Text Example

White with #CBED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED71; }

 p { color: rgb(203,237,113); }

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

background-color css

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

 a { background-color: rgb(203,237,113); }

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

border-color css

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

 span { border-color: rgb(203,237,113); }

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